September 15, 2020

Government spending on kids

This dataset provides a comprehensive accounting of public spending on children from 1997 through 2016. It draws on the US Census Bureau’s Annual Survey of State and Local Government Finances, as well as several federal and other noncensus sources, to capture state-by-state spending on education, income security, health, and other areas. Information on each of the variables here: https://jrosen48.github.io/tidykids/articles/tidykids-codebook.html

##New to-me things I tried * viridis color package, found here: https://cran.r-project.org/web/packages/viridis/vignettes/intro-to-viridis.html * making a hex map of the US, with great tutorial here: https://www.r-graph-gallery.com/328-hexbin-map-of-the-usa.html * doing an animation with gganimate with help from here: https://gganimate.com/articles/gganimate.html

source("20200914_EducationCosts/20200914_GovSpendingOnKids.R")
## 
##  Downloading file 1 of 1: `kids.csv`
p

Septembver 8, 2020

Looked at the data from the TV show Friends

source("200908_Friends/200908_Friends.R")
## 
##  Downloading file 1 of 3: `friends.csv`
##  Downloading file 2 of 3: `friends_info.csv`
##  Downloading file 3 of 3: `friends_emotions.csv`